home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / mx / effects / IEffectTargetHost.as < prev    next >
Text File  |  2014-03-27  |  375b  |  16 lines

  1. package mx.effects
  2. {
  3.    public interface IEffectTargetHost
  4.    {
  5.        
  6.       
  7.       function unconstrainRenderer(param1:Object) : void;
  8.       
  9.       function removeDataEffectItem(param1:Object) : void;
  10.       
  11.       function getRendererSemanticValue(param1:Object, param2:String) : Object;
  12.       
  13.       function addDataEffectItem(param1:Object) : void;
  14.    }
  15. }
  16.